home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Configuration / Speedometer / Speedometer 4.0 / Speedometer 4.0.rsrc / TEXT_130_PR Tests.txt < prev    next >
Text File  |  1994-05-11  |  2KB  |  22 lines

  1. Performance Rating Tests
  2. The Performance Rating Tests are intended to generate a value for the performance of your machine which approximates its "real-world" behavior. The four tests are run in sequence and the results are displayed. The value displayed for each test is a ratio of the performance of your machine vs. that of a Quadra 605. A 605 should score approximately 1.0 on all four tests. When all the tests are done, a weighted result is generated to come up with the PR (Performance Rating) for your system. The higher the numbers generated, the better.
  3.  
  4. The CPU Test
  5. The CPU test is simply a calisthenic workout for the basic operations of the processor. The test is written in assembly language on both the PowerPC and the 680XX sides to avoid compiler differences. The first part of the test is a simple Bubble Sort of a 2048 element array. That array is then copied and manipulated in several ways using various adds, subs, ands, and ors.
  6.  
  7. The Graphics Test
  8. The Graphics test is very similar to the monochrome section of the Color Quickdraw tests. The only real difference is that the scrolling is done in larger steps. The test draws a series of empty and filled shapes, copies those shapes around the window, and then scrolls the whole mess out of the window. If you are running on a color machine, the screen will be temporarily set to monochrome mode during this test and will be reset afterwards.
  9.  
  10. The Disk Test
  11. The Disk test is designed to help spot potential problems with hard disk performance. The test creates a 1 megabyte file and proceeds to read and write to it in various-sized blocks. All disk access is done through the File Manager and thus is similar to that performed by a normal application. 
  12.  
  13. This test is particularly good at pointing up fragmentation problems due to the large size of the file. If the file has to be created across several distant parts of the disk, then the performance will be slow. If you get surprisingly slow results from this test, you should consider using a disk optimizer program such as Speed Disk or Disk Express.
  14.  
  15. The Math Test
  16. The Math test tests both floating point and integer math speed. The ratio is roughly 75% integer to 25% floating point operations in the test. In addition, the floating point operations do not include any transcendental functions. 
  17.  
  18. The Performance Rating
  19. The PR is calculated as follows:
  20. PR = 1/(0.4/CPU + 0.3/GRAF + 0.2/DISK + 0.1/MATH)
  21.  
  22.